MemBufferCollection::operator[] Method

コレクション内の指定されたインデックスにあるMemBufferクラスライブラリリファレンス>クラス>MemBufferを返します。

構文

tMemBufferPtr operator[]( DWORD pos ) const;
パラメータ 説明
pos 返してほしいMemBufferのインデックスを指定します。pos の値は [0, getBufferCount()クラスライブラリリファレンス>クラス>MemBufferCollection>MemBufferCollection::getBufferCount Method - 1]の範囲内である必要があります。

インフォメーション

IC Imaging Control 3.0より導入。